DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1RowUpdatedEventArgs<TCommandImpl> Class
Members

In This Topic
    C1RowUpdatedEventArgs<TCommandImpl> Class
    In This Topic
    Provides data for the RowUpdated event of a data provider.
    Object Model
    C1RowUpdatedEventArgs<TCommandImpl> Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1RowUpdatedEventArgs(Of TCommandImpl As DbCommand) 
       Inherits System.Data.Common.RowUpdatedEventArgs
    public sealed class C1RowUpdatedEventArgs<TCommandImpl> : System.Data.Common.RowUpdatedEventArgs 
    where TCommandImpl: DbCommand
    Type Parameters
    TCommandImpl
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Data.Common.RowUpdatedEventArgs
             C1.DataConnector.AdoNet.C1RowUpdatedEventArgs<TCommandImpl>

    See Also